.jianjie {
	width: 915px;
	height: 254px;
	margin-bottom: 15px;
	border-bottom: 1px #f2f2f2 solid;
	;
}

.jianjie_img {
	width: 312px;
	height: 224px;
	display: inline-block;
	border: 1px #f2f2f2 solid;
	margin-left: 10px;
	margin-top: 14px;
	position: relative;
}

.jianjie_img>a>img {
	width: 291px;
	height: 202px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jianjie_right {
	width: 580px;
	height: 200px;
	margin-top: 25px;
	float: right;
}

.jianjie_right>p:first-child>a{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
	color:#292929;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jianjie:hover>.jianjie_right>p:first-child>a{
	color: #c6171e!important;
}

.jianjietime {
	font-size: 14px;
	color: #cccccc;
	margin: 0px;
	margin-bottom: 10px;
	margin-top:10px;
}

.jianjie_mian {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-indent: 2em;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.jianjie_btn {
    padding-left:40px;
	padding-right:40px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:14px;
	height: 28px;
	border: 1px #f2f2f2 solid;
	border-radius: 15px;
	background-color: white;
	color: #cccccc;
}
.jianjie_btn:hover{
	color:#c6171e;
	border: 1px #c6171e solid!important;
}